ComponentOne Xamarin.Android
SortChanged Event (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : SortChanged Event
Raised after a sort operation was performed.
Syntax
'Declaration
 
Public Event SortChanged As EventHandler
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim handler As EventHandler
 
AddHandler instance.SortChanged, handler
public event EventHandler SortChanged
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members